docs: Correct gtk_tree_row_reference_new() description
authorDavid King <amigadave@amigadave.com>
Mon, 20 Feb 2012 14:42:11 +0000 (14:42 +0000)
committerDavid King <amigadave@amigadave.com>
Fri, 4 May 2012 02:04:58 +0000 (03:04 +0100)
Remove the text that mentions listening to tree model signals, and
instead say that any changes are automatically propagated.

https://bugzilla.gnome.org/show_bug.cgi?id=478344

gtk/gtktreemodel.c

index 4bbd803b620753d26c976602b99054eece9d361a..a2abeaddcc538b9915e6f0eaa7058458bb515fa4 100644 (file)
@@ -2208,8 +2208,8 @@ gtk_tree_row_reference_unref_path (GtkTreePath  *path,
  * Creates a row reference based on @path.
  *
  * This reference will keep pointing to the node pointed to
- * by @path, so long as it exists. It listens to all signals
- * emitted by @model, and updates its path appropriately. If
+ * by @path, so long as it exists. Any changes that occur on @model are
+ * propagated, and the path is updated appropriately. If
  * @path isn't a valid path in @model, then %NULL is returned.
  *
  * Return value: a newly allocated #GtkTreeRowReference, or %NULL